TABLE.TEMPORARY_CLOSE Function

Syntax

C Temporary_Close([C table_name_list])

Arguments

table_name_list

Character

Description

Close temporary tables (ignores non-cached tables).

Discussion

The TABLE.TEMPORARY_CLOSE() method closes temporary tables, but ignores non-cached tables.

See Also